home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / briefing_room.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  498 b   |  29 lines

  1. menu "briefingroom" 640 480 NONE 0
  2. bgcolor 1 1 1 1
  3. borderstyle NONE
  4. bgfill 0 0 0 1
  5. fullscreen 1
  6. //vidmode 3
  7. //fadein 0.5
  8. //include "ui/common.inc"
  9. virtualres 1
  10. include "ui/briefing_room.inc"
  11.  
  12.  
  13. resource
  14. Button
  15. {
  16. name "back"
  17. rect 8 448 96 24
  18. fgcolor 1.00 1.00 1.00 1.00
  19. bgcolor 0.00 0.00 0.00 0.00
  20. borderstyle "3D_BORDER"
  21. shader "textures/mohmenu/back"
  22. hovershader "textures/mohmenu/back_h"
  23. clicksound "sound/menu/apply.wav"
  24. stuffcommand "Popmenu 1"
  25. ordernumber 4
  26.  
  27. }
  28. end.
  29.